From 7c1ac80ccdcba5141fc353b95f8d2432f843648d Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Tue, 14 Jun 2011 12:49:41 +0100 Subject: [PATCH] x86/kexec: nmi_shootdown_cpus() should leave irqs disabled Signed-off-by: Keir Fraser --- xen/arch/x86/crash.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/xen/arch/x86/crash.c b/xen/arch/x86/crash.c index 1564a01b12..1fa7ef7db6 100644 --- a/xen/arch/x86/crash.c +++ b/xen/arch/x86/crash.c @@ -79,8 +79,6 @@ static void nmi_shootdown_cpus(void) __stop_this_cpu(); disable_IO_APIC(); - - local_irq_enable(); } void machine_crash_shutdown(void) -- 2.30.2